disassembler - traduzione in russo
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

disassembler - traduzione in russo

COMPUTER PROGRAM THAT TRANSLATES MACHINE LANGUAGE INTO ASSEMBLY LANGUAGE
Disassembly; PE File Explorer; Commenting disassembler; List of disassemblers; Length disassembler; Length disassembler engine

disassembler         

общая лексика

дизассемблер

программа, преобразующая машинный или объектный код в ассемблерный или близкий к нему (псевдоассемблерный) исходный текст. Бывают одно- и многопроходные дизассемблеры. Хороший дизассемблер позволяет программисту задавать адресам собственные имена. Используются для разбора программ, их взлома или изучения используемых алгоритмов, нахождения точек входа, сообщений (при локализации) и т.п., а также как элемент отладочного монитора или отладочной системы

разборщик

Смотрите также

assembler; debug; decompiler; reverse engineering

disassembly         

[disə'sembli]

общая лексика

демонтаж

разборка

расшахтовка

существительное

техника

разборка

демонтаж

собранный на заводе      

Factory-assembled rheostats ...

Definizione

Packet Assembler/Disassembler
(PAD) Hardware or software device for splitting a data stream into discrete packets for transmission over some medium and then reforming the stream(s) at the receiver. The term is most often used for interfaces to X.25 lines. (1995-01-31)

Wikipedia

Disassembler

A disassembler is a computer program that translates machine language into assembly language—the inverse operation to that of an assembler. Disassembly, the output of a disassembler, is often formatted for human-readability rather than suitability for input to an assembler, making it principally a reverse-engineering tool. Common uses of disassemblers include recovering source code of a program whose original source was lost, malware analysis, modifying software (such as ROM hacking), and software cracking.

A disassembler differs from a decompiler, which targets a high-level language rather than an assembly language.

Assembly language source code generally permits the use of constants and programmer comments. These are usually removed from the assembled machine code by the assembler. If so, a disassembler operating on the machine code would produce disassembly lacking these constants and comments; the disassembled output becomes more difficult for a human to interpret than the original annotated source code. Some disassemblers provide a built-in code commenting feature where the generated output gets enriched with comments regarding called API functions or parameters of called functions. Some disassemblers make use of the symbolic debugging information present in object files such as ELF. For example, IDA allows the human user to make up mnemonic symbols for values or regions of code in an interactive session: human insight applied to the disassembly process often parallels human creativity in the code writing process.

Traduzione di &#39disassembler&#39 in Russo